home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
toollib.lha
/
ToolLib
/
LinkLib
/
TestBits.asm
< prev
next >
Wrap
Assembly Source File
|
1991-04-17
|
145b
|
12 lines
;:ts=8
xref _ToolBase
xdef _TestBits
_TestBits:
move.l a6,-(sp)
move.l _ToolBase,a6
movem.l 8(sp),d0/d1
jsr -96(a6)
move.l (sp)+,a6
rts